.saas_web .logo {
  margin: 10px 0 10px;
}

.saas_web .logo .logo_box {
  width: 1180px;
  margin: 0 auto;
  font-size: 20px;
}

.saas_web .logo .logo_box img {
  width: 130px;
  height: 36px;
}

.saas_web .banner {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.saas_web .banner .swiper-container {
  height: 300px;
}

.saas_web .banner .swiper-container .swiper-slide {
  position: relative;
}

.saas_web .banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.saas_web .banner .swiper-container .swiper-slide span {
  position: absolute;
  top: 120px;
  left: 80px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  color: #f7f7f7;
}

.saas_web .aboutMe {
  margin: 0 auto;
  width: 1180px;
  height: 600px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.saas_web .aboutMe .about_left {
  width: 50%;
  height: 600px;
  padding: 0 20px;
  box-sizing: border-box;
}

.saas_web .aboutMe .about_left h2 {
  margin: 10px 0 10px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
  margin-top: 10px;
}

.saas_web .aboutMe .about_left span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 1px;
  color: #666666;
}

.saas_web .aboutMe .about_right {
  width: 50%;
  height: 600px;
  padding: 60px 0 0 55px;
}

.saas_web .aboutMe .about_right .imgs {
  float: left;
  width: 240px;
  height: 240px;
}

.saas_web .aboutMe .about_right .imgs img {
  width: 100%;
  height: 100%;
}

.saas_web .talentCultivation {
  width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
}

.saas_web .talentCultivation h2 {
  margin: 10px 0 10px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
}

.saas_web .talentCultivation .showImgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.saas_web .talentCultivation .showImgs img {
  width: 260px;
  height: 260px;
  border: 1px solid #ccc;
}

.saas_web .socialResponsibiliy {
  width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
}

.saas_web .socialResponsibiliy h2 {
  margin: 10px 0 10px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
}

.saas_web .socialResponsibiliy .showImgs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.saas_web .socialResponsibiliy .showImgs .show_content {
  width: 550px;
  margin-bottom: 20px;
}

.saas_web .socialResponsibiliy .showImgs .show_content img {
  width: 550px;
  height: 320px;
}

.saas_web .socialResponsibiliy .showImgs .show_content span {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin: 6px 0 0 4px;
}

.saas_web .bottom {
  width: 100%;
  height: 110px;
  background-color: #333;
}

.saas_web .bottom .footer {
  width: 1180px;
  height: 110px;
  margin: 0 auto;
  padding: 10px 0 0 20px;
}

.saas_web .bottom .footer span {
  display: block;
  color: #999;
  margin-top: 10px;
}

.saas_web .bottom .footer span a {
  color: #999;
  margin-top: 10px;
  display: block;
}
